OperateWarning
Description
the operation baseline checks the detected risk alarm records.
Request Method
POST
Request Path
/apsara/route/Sas/OperateWarning
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
RiskWarningIds | BODY | string | No | No sample value for this parameter. | risk alarm record ID, specify multiple risk alarm records separated. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
OperateType | BODY | string | No | No sample value for this parameter. | processing operation type, value range: verify: indicates verification risk ignore: indicates that risk is ignored cancelIgnore: indicates that risk is canceled delete: indicates that the risk alarm record is deleted |
Reason | BODY | string | No | No sample value for this parameter. | If the risk alarm is ignored, this parameter can be passed in to indicate the reason for ignoring. |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | no demo value | request ID. |
Example
Successful Response example
{
"RequestId":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}